This repository was archived by the owner on Jun 1, 2024. It is now read-only.
Improve documentation for setting up development environments and default installs with mise#31
Open
MustCodeAl wants to merge 3 commits intojdx:mainfrom
Open
Improve documentation for setting up development environments and default installs with mise#31MustCodeAl wants to merge 3 commits intojdx:mainfrom
MustCodeAl wants to merge 3 commits intojdx:mainfrom
Conversation
The commit provides clearer instructions on how to set up PyCharm to use the correct base Python on macOS. The section title and description have been revised to better guide users through the process of prioritizing their Python3 installation over the system's Python install.
The commit updates the list of default npm packages in the node.md guidance document. removed old packages and added more common global with different naming schemes npm packages to showcase different syntax's for packages that will be accepted
jdx
reviewed
Feb 1, 2024
| To instruct PyCharm to prioritize your Python3 installation over the system's Python install, you can execute the command below: | ||
|
|
||
| ```sh | ||
| sudo ln -s ~/.local/share/mise/installs/python/latest/bin/python3 /usr/local/bin/python3 |
Owner
There was a problem hiding this comment.
this is not right, it will just use the latest version every time
Author
There was a problem hiding this comment.
fixed it to use latest version 3 instead now
fixed to use 3 instead of latest
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improved instructions for setting up PyCharm in python.md
Update default npm packages in node.md